home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tphide.zip / HIDE.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  27 lines

  1. These humble programs are used to hide and unhide files and directories.
  2. They are used as follows:
  3.  
  4.         hide <filename>               hides a file or directory
  5.  
  6.         unhide <filename>             unhides a file or directory
  7.  
  8.         hidden                        lists hidden files and directories
  9.  
  10. All three of these programs work only on files or subdirectories in the
  11. current directory, and wildcards are not supported.  Also, these programs
  12. do not alter the System, Archive, or Read-Only attributes, which means
  13. that a file may remain invisible if its System attribute is set.  HIDDEN
  14. will not show System files unless they are Hidden, too.
  15.  
  16. Turbo Pascal 4.0 source code is provided, and you are encouraged to study
  17. or borrow any or all of it.  These programs have NOT been extensively
  18. tested, nor are they particularly efficient or elegant.  Suggestions for
  19. improvement should be surfaced on CompuServe at the Borland Programmer's
  20. Forum A on the Turbo Pascal v4.0 message board.
  21.  
  22. I am indebted to Mike Davenport and Neil Rubenking for explaining the
  23. Dos details and providing some of the code.
  24.  
  25.                                         - Andy Moore
  26.                                           [72561,1070]
  27.